home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / asyncmsc / timing.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-07  |  168 b   |  9 lines

  1. #ifndef TIMING_H
  2. #define TIMING_H
  3.  
  4. unsigned DeltaTime(unsigned long t1);
  5. void Delay(unsigned n);
  6. unsigned long GetSystemHundreths(void);
  7.  
  8. #endif /* TIMING_H */
  9.